home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / tracker-4.13.lha / tracker / Arch / NeXT / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-29  |  293 b   |  22 lines

  1. /* config.h 
  2.     vi:ts=3 sw=3:
  3.  */
  4.  
  5. /* Configuration for the current platform */
  6.  
  7. #include <stdio.h>
  8.  
  9.  
  10. #define P(args) args
  11. /* #define P(x) ()    */
  12.  
  13. #define ID(x)
  14. /* #define ID(x)  LOCAL char *id= x ; */
  15.  
  16. /* #define KLUDGE_TAG */
  17. #define GZIP         
  18. #define stricmp    strcasecmp
  19.  
  20. typedef void *GENERIC;
  21.  
  22.